home *** CD-ROM | disk | FTP | other *** search
/ MacAdvocate 2 / apple-mac-advocate-ii-fall-1997.iso / mac / Goodies / Fun Stuff / Calculators / iCount / iCount.rsrc / STR#_1001.txt < prev    next >
Encoding:
Text File  |  1995-12-20  |  2.2 KB  |  138 lines

  1. The 'Δí' symbol lets you define place holders for variables, within user defined functions.
  2.  
  3.  
  4. Example: vat=17.5%Δí
  5.  
  6. Use the '=' symbol when defining a function or constant.
  7. #1: hypot=‚àö(Δí^2+Δí^2)
  8. #2: kb=1024
  9. Maximum 5 letters per name.
  10. When done press enter to save.
  11.  
  12. Power operator ^.
  13. The expression x^y is read as:
  14. x raised to the power of y.
  15.  
  16.  
  17. Example: 4^2.
  18.  
  19. Root operator ‚àö.
  20. The expression y‚àöx gives the yth root of x.
  21. Ignoring the y component, ‚àöx gives the square root of x.
  22. Example: 3‚àö9.
  23.  
  24. Use comma to separate arguments in statistical or user defined functions.
  25.  
  26.  
  27. Example: sum(1,2,3)
  28.  
  29. The symbol '0x' must precede hexadecimal number notation. It should be followed by numbers 0 to 9 and/or letters A to F.
  30.  
  31. Example: 0x1A
  32.  
  33. Open bracket to type a new clause in your expression, or to enter function arguments.
  34.  
  35.  
  36. Example: 2*(2+sum(1,2,3))
  37.  
  38. Close bracket to terminate a clause, or function arguments.
  39.  
  40.  
  41.  
  42. Example: 2*(5+‚àö4)
  43.  
  44. SYMBOL œÄ.
  45. The ratio of the circumference of any circle to its diameter.
  46.  
  47.  
  48. Short for 3.1415...
  49.  
  50. NUMBER e.
  51. The base of natural logarithms.
  52.  
  53.  
  54.  
  55. Short for 2.7182...
  56.  
  57. The wastebasket button erases all contents of your edit text.
  58. You can also use the top left key of the numeric keypad.
  59.  
  60. Erasing can be undone.
  61.  
  62. Percent operator %.
  63. The expression x%y is read as the x percent of y.
  64.  
  65.  
  66. Example: 50%20.
  67.  
  68. Division operator /.
  69.  
  70.  
  71.  
  72.  
  73. Example: 4/2.
  74.  
  75. Multiplication operator *.
  76.  
  77.  
  78.  
  79.  
  80. Example: 4*2.
  81.  
  82. Digit 7.
  83.  
  84. Digit 8.
  85.  
  86. Digit 9.
  87.  
  88. Difference operator -.
  89. Also use for the unary sign (-).
  90.  
  91.  
  92.  
  93. Example: 4-2+(-1).
  94.  
  95. Digit 4.
  96.  
  97. Digit 5.
  98.  
  99. Digit 6.
  100.  
  101. Addition operator +.
  102.  
  103.  
  104.  
  105.  
  106. Example: 4+2.
  107.  
  108. Digit 1.
  109.  
  110. Digit 2.
  111.  
  112. Digit 3.
  113.  
  114. Digit 0.
  115.  
  116. Floating Point.
  117.  
  118. Calculate.
  119. Click this button or press the return/enter key to let iCount evaluate your expression.
  120. Use this button to save your defined functions.
  121.  
  122. Function List Mode.
  123. Lists all functions you define in the main iCount display.
  124. You can then select a function to re-edit or clear from the list.
  125.  
  126. Run Mode.
  127. Resets iCount to normal running mode.
  128.  
  129. Iconise Button.
  130. Click this button to place iCount on you desktop for fast access.
  131.  
  132. Angles In Degrees.
  133. Sets iCount to use degrees in your trigonometric functions.
  134.  
  135. Angles In Radians.
  136. Sets iCount to use radians in your trigonometric functions.
  137.  
  138.